Data in this report can be accessed through the Vancouver Street Trees inventory.



Tree genus report for StreetTrees_CityWide

Most common genus

The most common genus in CityWide is ACER with 30403 observaitions.





Tree species overview

What tree species at the genus level can be found in StreetTrees_CityWide:

## Warning in instance$preRenderHook(instance): It seems your data is too
## big for client-side DataTables. You may consider server-side processing:
## https://rstudio.github.io/DT/server.html



And where are the trees:

trees %>% 
    leaflet() %>% addTiles() %>%
            fitBounds(~min(lon), ~min(lat), ~max(lon), ~max(lat)) %>% 
            addCircles(lng = ~lon, lat = ~lat, label=~as.character(genus))